xdoclet.sdk.xtag.migrator
Class ConditionDescription

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.ConditionDescription

public final class ConditionDescription
extends XGGPojo

XML element: <condition-description/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
ConditionDescription()
          Default constructor.
ConditionDescription(Namespace parent)
          Constructor.
ConditionDescription(Parameter parent)
          Constructor.
ConditionDescription(Tag parent)
          Constructor.
 
Method Summary
 String getPcData()
           
 void setPcData(String pcData)
           
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionDescription

public ConditionDescription()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


ConditionDescription

public ConditionDescription(Namespace parent)
                     throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

ConditionDescription

public ConditionDescription(Tag parent)
                     throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

ConditionDescription

public ConditionDescription(Parameter parent)
                     throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

setPcData

public final void setPcData(String pcData)

getPcData

public final String getPcData()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.